Conversation
The version output was pretty bare - just the name and version number. Now it shows much more useful information: Common Low Level Tracing Kit Version: 1.2.57 (abc1234-dirty) License: BSD-2-Clause-Patent Maintainer: International Business Machines URL: https://github.com/IBM/CommonLowLevelTracingKit Features: tracing: enabled snapshot: disabled cpp-decoder: enabled python-decoder: enabled kernel-tracing: disabled This makes it easy to see at a glance which components were enabled at build time, which git commit the binary was built from, and where to find more information. The build info is generated separately from version.gen.h (which is also used by the kernel module) since the kernel build doesn't use CMake and can't determine feature flags. Signed-off-by: Jo5ta <Jo5ta@mail.de>
Every time a PR lands on main, we now automatically create a GitHub release with the source RPM and checksums. Makes it easy to grab the latest build without having to clone and build yourself. Tags are formatted as v<version>+<commit> (e.g. v1.2.57+abc1234) so multiple merges at the same version don't step on each other. Signed-off-by: Jo5ta <Jo5ta@mail.de>
Signed-off-by: Jo5ta <Jo5ta@mail.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.